home *** CD-ROM | disk | FTP | other *** search
/ Zodiac 50 Game Pack 2 / Zodiac 50 Game Pack 2.iso / duke3d / user.con < prev   
Text File  |  1996-01-29  |  32KB  |  680 lines

  1.  
  2. /*
  3. --------------------------------------------------------------------------------
  4. Duke Nukem 3D USER PARAMETERS
  5. by Todd Replogle
  6.  
  7. SHAREWARE VERSION   v.1.0
  8.  
  9. This file is designed to allow users to modify certain parameters
  10. within the game that affect Duke, his weapons, actors and their
  11. weapons, sound fx, system messages, etc.
  12.  
  13. 3D Realms encourages you to experiment freely with the parameters
  14. contained in this file, and to share your discoveries with the rest
  15. of the world.  However, BE ADVISED that 3D Realms does NOT offer 
  16. any technical support on how to use this file or other user-modifiable 
  17. features of this game.  Do NOT call 3D Realms or Apogee Software 
  18. for advice or help with this subject.  
  19.  
  20. You make modifications to this and other files at your own risk. 
  21. It is recommended that you first make a backup copy of the game 
  22. before making any changes.
  23.  
  24. Finally, be aware that this is the SHAREWARE VERSION of Duke Nukem 3D.
  25. The complete REGISTERED VERSION on CDROM contains a more complete
  26. set of useful and interesting tools to enable you to make many more
  27. significant changes to the game, including a level and art editor which
  28. allows you to create your own maps.
  29.  
  30. TECH FACTS YOU SHOULD KNOW:
  31. The game expects to find the file USER.CON in its directory.  So, if
  32. you make changes and rename it for safe keeping or for sharing with
  33. friends, be sure to rename it back to USER.CON before using it with
  34. the game.
  35.  
  36. Other tech facts are scattered throughout the rest of this file.
  37.  
  38. --------------------------------------------------------------------------------
  39. */
  40.  
  41. // ******************
  42. // MISC GAME SETTINGS
  43. // ******************
  44.  
  45. define MAXPLAYERHEALTH          100
  46.  
  47. define MAXPLAYERATOMICHEALTH    200     // doubles as maxarmor.
  48. define DOUBLEMAXPLAYERHEALTH    MAXPLAYERATOMICHEALTH
  49. define STARTARMORHEALTH         0
  50. define RETRIEVEDISTANCE         844
  51. define DEFAULTVISIBILITY        512
  52. define GENERICIMPACTDAMAGE      10
  53.  
  54. define MAXPISTOLAMMO           200
  55. define MAXSHOTGUNAMMO           50
  56. define MAXCHAINGUNAMMO         200
  57. define MAXRPGAMMO               50
  58. define MAXHANDBOMBAMMO          50
  59. define MAXSHRINKERAMMO          50
  60. define MAXFLAMETHROWERAMMO      99
  61. define MAXTRIPBOMBAMMO          10
  62.  
  63. define RESPAWNTIME 768
  64. define PLAYDEADTIME 120
  65. define SHRUNKCOUNT 270
  66. define SHRUNKDONECOUNT 304
  67.  
  68. gamestartup     DEFAULTVISIBILITY GENERICIMPACTDAMAGE MAXPLAYERHEALTH STARTARMORHEALTH RESPAWNTIME MAXPISTOLAMMO MAXSHOTGUNAMMO MAXCHAINGUNAMMO MAXRPGAMMO MAXHANDBOMBAMMO MAXSHRINKERAMMO MAXFLAMETHROWERAMMO MAXTRIPBOMBAMMO
  69.  
  70. state headhitstate
  71.  
  72. ends
  73.  
  74. // Weapon Strengths
  75. define KNEE_WEAPON_STRENGTH             10
  76. define PISTOL_WEAPON_STRENGTH            6  // Adds rand()%5 (0 to 5)
  77. define HANDBOMB_WEAPON_STRENGTH        140
  78.  
  79.  
  80.  
  81. // For direct hits with the rocket launcher,
  82. // this amount is actually doubled.  Otherwise,
  83. // damage values depend on distance. The
  84. // further, the weaker.
  85.  
  86. define RPG_WEAPON_STRENGTH             120
  87.  
  88.  
  89.  
  90.  
  91. define SHRINKER_WEAPON_STRENGTH          0
  92. define CHAINGUN_WEAPON_STRENGTH          7
  93. define SHOTGUN_WEAPON_STRENGTH          10
  94. define FLAMETHROWER_WEAPON_STRENGTH     10
  95. define COOL_EXPLOSION_STRENGTH          38
  96. define TRIPBOMB_STRENGTH               100
  97. define FIRELASER_WEAPON_STRENGTH         7
  98. define MORTER_WEAPON_STRENGTH           50
  99. define BOUNCEMINE_WEAPON_STRENGTH      150
  100. define SPIT_WEAPON_STRENGTH              8
  101. define BULLET_WEAPON_STRENGTH           30
  102.  
  103. // Enemy strengths (hit points).
  104.  
  105. define TROOPSTRENGTH            30
  106. define PIGCOPSTRENGTH          120
  107. define PIG_SHIELD_AMOUNT1       75
  108. define PIG_SHIELD_AMOUNT2       50
  109. define LIZSTRENGTH              60
  110. define LIZGETTINGDAZEDAT        15
  111. define LIZEATINGPLAYER          -2
  112. define JELLYSTRENGTH           175
  113. define JELLYSCRATCHINGPLAYER   -11
  114. define RECONSTRENGTH            50
  115. define TURRETSTRENGTH           30
  116. define ROTTURRETSTRENGTH        40
  117. define DRONESTRENGTH            20
  118. define SNAKESTRENGTH            50
  119. define CAPTAINSTRENGTH          50
  120. define CAPTSPINNINGPLAYER       -5
  121. define FATGUYSTRENGTH           120
  122.  
  123. define PISTOLAMMOAMOUNT         12
  124. define SHOTGUNAMMOAMOUNT        10
  125. define CHAINGUNAMMOAMOUNT       50
  126. define RPGAMMOBOX               5
  127. define CRYSTALAMMOAMOUNT        1
  128. define FUELAMMOAMOUNT           25
  129. define HANDBOMBBOX              5
  130.  
  131.  
  132. define BOSS1STRENGTH            4500
  133. define BOSS2SMALLDUKESTRENGTH   1500
  134. define BOSS2LARGEDUKESTRENGTH   1500
  135. define BOSS3STRENGTH            2000
  136.  
  137.  
  138. // Miscellaneous strengths.
  139.  
  140. define WEAKEST           1
  141. define WEAK              5
  142. define MEDIUMSTRENGTH    10
  143. define TOUGH             20
  144. define REALLYTOUGH       30
  145. define HBOMBTOUGH       100
  146. define GOTTASMART        90
  147. define BOMBTOUGH        100
  148.  
  149.  
  150. // Players' inventory amounts.
  151.  
  152. define STEROID_AMOUNT           400
  153. define SHIELD_AMOUNT            100
  154. define SCUBA_AMOUNT            6400
  155. define HOLODUKE_AMOUNT         1600
  156. define JETPACK_AMOUNT          1600
  157. define BODYSUIT_AMOUNT         1600
  158. define HEAT_AMOUNT             1200
  159. define FIRSTAID_AMOUNT          MAXPLAYERHEALTH
  160. define BOOT_AMOUNT              200
  161.  
  162. define SPAWNAMMOODDS             96
  163.  
  164.  
  165. // Maximum quote size is 64 characters.
  166.  
  167. definequote  0        < Empty Slot >
  168. definequote  1        < Empty Slot >
  169. definequote  2        ACTIVATED
  170. definequote  3        MEDKIT
  171. definequote  4        LOCKED
  172. definequote  5        GIVING EVERYTHING!
  173. definequote  6        BOOTS
  174. definequote  7        WASTED!
  175. definequote  8        UNLOCKED
  176. definequote  9        A SECRET PLACE!
  177. definequote 10        SQUISH!
  178. definequote 11        ALL DOORS UNLOCKED
  179. definequote 12        n/a
  180. definequote 13        PRESS SPACE TO RESTART LEVEL
  181. definequote 14        n/a
  182. definequote 15        DEACTIVATED
  183. definequote 16        SWITCH OPERATED ONLY!
  184. definequote 17        GOD MODE: ON
  185. definequote 18        GOD MODE: OFF
  186. definequote 19        HEALING!
  187. definequote 20        n/a
  188. definequote 21        n/a
  189. definequote 22        n/a
  190. definequote 23        MESSAGES: ON
  191. definequote 24        MESSAGES: OFF
  192. definequote 25        TYPE THE CHEAT CODE:
  193. definequote 26        DETAIL: LOW
  194. definequote 27        DETAIL: HIGH
  195. definequote 28        LOADING QUICK GAME...
  196. definequote 29        BRIGHTNESS LEVEL: ONE
  197. definequote 30        BRIGHTNESS LEVEL: TWO
  198. definequote 31        BRIGHTNESS LEVEL: THREE
  199. definequote 32        BRIGHTNESS LEVEL: FOUR
  200. definequote 33        BRIGHTNESS LEVEL: FIVE
  201. definequote 34        SOUND: ON
  202. definequote 35        SOUND: OFF
  203. definequote 36        SCREEN CAPTURED
  204. definequote 37        STEROIDS
  205. definequote 38        ARMOR
  206. definequote 39        SCUBA GEAR
  207. definequote 40        Press F1 for Help
  208. definequote 41        JETPACK
  209. definequote 42        BODY SUIT
  210. definequote 43        ACCESS CARD
  211. definequote 44        n/a
  212. definequote 45        n/a
  213. definequote 46        CHEAT CODE:  UNRECOGNIZED
  214. definequote 47        HOLODUKE ON
  215. definequote 48        HOLODUKE OFF
  216. definequote 49        HOLODUKE NOT FOUND YET!
  217. definequote 50        JETPACK NOT FOUND YET!
  218. definequote 51        HOLODUKE
  219. definequote 52        JETPACK ON
  220. definequote 53        JETPACK OFF
  221. definequote 54        CHAINGUN CANNON!
  222. definequote 55        PIPEBOMB!
  223. definequote 56        RPG!
  224. definequote 57        SHOTGUN
  225. definequote 58        LASER TRIPBOMB!
  226. definequote 59        FLAMETHROWER!
  227. definequote 60        SHRINKER!
  228. definequote 61        SMALL MEDKIT: +10
  229. definequote 62        LARGE MEDKIT: +30
  230. definequote 63        AMMO FOR CHAINGUN CANNON!
  231. definequote 64        AMMO FOR RPG!
  232. definequote 65        AMMO FOR PISTOL!
  233. definequote 66        AMMO FOR FLAMETHROWER!
  234. definequote 67        BOOTS OFF
  235. definequote 68        BOOTS ON
  236. definequote 69        AMMO FOR SHOTGUN
  237. definequote 70        BLUE ACCESS CARD REQUIRED
  238. definequote 71        RED ACCESS CARD REQUIRED
  239. definequote 72        YELLOW ACCESS CARD REQUIRED
  240. definequote 73        WEAPON LOWERED
  241. definequote 74        WEAPON RAISED
  242. definequote 75        PROTECTIVE BOOTS ON
  243. definequote 76        SCUBA GEAR ON
  244. definequote 77        SPACE SUIT ON
  245. definequote 78        AMMO FOR SHRINKER
  246. definequote 79        BUY MAJOR STRYKER
  247. definequote 80        MIGHTY FOOT ENGAGED
  248. definequote 81        WEAPON MODE ON
  249. definequote 82        WEAPON MODE OFF
  250. definequote 83        FOLLOW MODE OFF
  251. definequote 84        FOLLOW MODE ON
  252. definequote 85        RUN MODE OFF
  253. definequote 86        RUN MODE ON
  254. definequote 87        SPACE SUIT
  255. definequote 88        JET PACK
  256. definequote 89        AIRTANK
  257. definequote 90        STEROIDS
  258. definequote 91        HOLODUKE
  259. definequote 92        MUSIC: ON
  260. definequote 93        MUSIC: OFF
  261. definequote 94        SCROLL MODE: ON
  262. definequote 95        SCROLL MODE: OFF
  263. definequote 96        BRIGHTNESS LEVEL: SIX
  264. definequote 97        BRIGHTNESS LEVEL: SEVEN
  265. definequote 98        BRIGHTNESS LEVEL: EIGHT
  266. definequote 99        REGISTER COSMO TODAY!
  267. definequote 100       n/a
  268. definequote 101       NIGHT VISION GOGGLES
  269. definequote 102       WE'RE GONNA FRY YOUR ASS, NUKEM!
  270. definequote 103       SCREEN SAVED
  271. definequote 104       GOT USED ARMOR
  272. definequote 105       PIRATES SUCK!
  273. definequote 106       NIGHT VISION ON
  274. definequote 107       NIGHT VISION OFF
  275. definequote 108       YOU'RE BURNING!  
  276. definequote 109       VIEW MODE OFF
  277. definequote 110       VIEW MODE ON
  278. definequote 111       n/a
  279. definequote 112       <msg 112: EMPTY >
  280. definequote 113       <msg 113: EMPTY >
  281. definequote 114       <msg 114: EMPTY >
  282. definequote 115       <Please Leave Blank>
  283. definequote 116       <Please Leave Blank>
  284. definequote 117       <Please Leave Blank>
  285.  
  286. // Level file names cannot excede 13 characters.
  287. // Level par cannot excede 5 characters (min:sec)
  288. // Level titles cannot excede 32 characters.
  289.  
  290. definelevelname 0 0 E1L1.map 01:45 00:53 HOLLYWOOD HOLOCAUST
  291. definelevelname 0 1 E1L2.map 05:10 03:21 RED LIGHT DISTRICT
  292. definelevelname 0 2 E1L3.map 05:35 03:41 DEATH ROW
  293. definelevelname 0 3 E1L4.map 07:20 04:40 TOXIC DUMP
  294. definelevelname 0 4 E1L5.map 09:10 05:00 THE ABYSS
  295. definelevelname 0 5 E1L6.map 05:15 02:58 LAUNCH FACILITY
  296. definelevelname 0 6 E1L7.map 00:00 00:00 BLANK
  297. definelevelname 0 7 E1L8.map 00:00 00:00 BLANK
  298.  
  299.  
  300. definelevelname 1 0 E2L1.map 00:00 00:00 n/a
  301. definelevelname 1 1 E2L2.map 00:00 00:00 n/a
  302. definelevelname 1 2 E2L3.map 00:00 00:00 n/a
  303. definelevelname 1 3 E2L4.map 00:00 00:00 n/a
  304. definelevelname 1 4 E2L5.map 00:00 00:00 n/a
  305. definelevelname 1 5 E2L6.map 00:00 00:00 n/a
  306. definelevelname 1 6 E2L7.map 00:00 00:00 n/a
  307. definelevelname 1 7 E2L8.map 00:00 00:00 n/a
  308. definelevelname 1 8 E2L9.map 00:00 00:00 n/a
  309.  
  310. definelevelname 2 0 E3L1.map 00:00 00:00 n/a
  311. definelevelname 2 1 E3L2.map 00:00 00:00 n/a
  312. definelevelname 2 2 E3L3.map 00:00 00:00 n/a
  313. definelevelname 2 3 E3L4.map 00:00 00:00 n/a
  314. definelevelname 2 4 E3L5.map 00:00 00:00 n/a
  315. definelevelname 2 5 E3L6.map 00:00 00:00 n/a
  316. definelevelname 2 6 E3L7.map 00:00 00:00 n/a
  317. definelevelname 2 7 E3L8.map 00:00 00:00 n/a
  318. definelevelname 2 8 E3L9.map 00:00 00:00 n/a
  319.  
  320. definelevelname 3 0 E4L1.map 00:00 00:00 n/a
  321. definelevelname 3 1 E4L2.map 00:00 00:00 n/a
  322. definelevelname 3 2 E4L3.map 00:00 00:00 n/a
  323. definelevelname 3 3 E4L4.map 00:00 00:00 n/a
  324. definelevelname 3 4 E4L5.map 00:00 00:00 n/a
  325. definelevelname 3 5 E4L6.map 00:00 00:00 n/a
  326. definelevelname 3 6 E4L7.map 00:00 00:00 n/a
  327. definelevelname 3 7 E4L8.map 00:00 00:00 n/a
  328. definelevelname 3 8 E4L9.map 00:00 00:00 USER FILE
  329.  
  330. // Music will not play if the .MID file excedes 72000 bytes.
  331.  
  332.  
  333. // If you are an owner of a Gravis Ultrasound and wish to change the
  334. // MIDI files, you may want to delete the ULTRAMID.INI file that we
  335. // supply since it does not contain a full General MIDI patch set.
  336. // Deleting the ULTRAMID.INI will cause the game to use the file found
  337. // in your Ultrasound directory.  Remember to keep a backup of ours,
  338. // or the music might not sound as good!
  339.  
  340. // Music for title and end
  341. music 0 GRABBAG.MID ITSGREEN.MID
  342. // Music for the individual levels
  343. music 1 stalker.mid dethtoll.mid streets.mid watrwld1.mid snake1.mid thecall.mid
  344.         whomp.mid graf.mid watrwld1.mid subway1.mid
  345. music 2 itsgreen.mid subway1.mid myrtle.mid snake1.mid gotham.mid
  346.         ahgeez.mid graf.mid watrwld1.mid subway1.mid
  347. music 3 itsgreen.mid watrwld1.mid subway1.mid myrtle.mid snake1.mid gotham.mid
  348.         ahgeez.mid graf.mid watrwld1.mid subway1.mid
  349. music 4 itsgreen.mid watrwld1.mid subway1.mid myrtle.mid snake1.mid gotham.mid
  350.         gotham.mid gotham.mid gotham.mid gotham.mid
  351.  
  352.  
  353. /*
  354. --------------------------------------------------------------------------------
  355. ABOUT CHANGING SOUND FX
  356. The sound fx section follows this explanation.  
  357.  
  358. 1. The program expects to find a .VOC file
  359. 2. You can either change the VOC name listed below to match your new
  360.    sound, or you can rename your file to match the name here.
  361. 3. New sound files should be added to the game directory.  Though
  362.    all sound files shipped with the game are included inside the 
  363.    .GRP file, the program will know if there are sound files outside
  364.    the .GRP file, and will use them instead.
  365. 4. The numbers that are to the right of the sound file name are technical
  366.    parameters which will not be explained here, except as follows...
  367.    - The first 2 numbers define a random pitch variation range.  They
  368.      can be positive or negative numbers.
  369.    - The 3rd number is a priority flag.
  370.    - The 4th number is a bit parsed set of technical variables that identify
  371.      the type of sound it is in the game.
  372.    - The 5th number is a volume adjustment flag.
  373.  
  374. --------------------------------------------------------------------------------
  375. */
  376.  
  377.  
  378. // *****************************************
  379. //      ACTOR SOUNDS
  380. // *****************************************
  381.  
  382. // Predator Trooper
  383. definesound PRED_ROAM     roam06.voc          0   0   3  0   0
  384. definesound PRED_ROAM2    roam58.voc          0   0   3  0   0
  385. definesound PRED_RECOG    predrg.voc          0   0   3  0   0
  386. definesound PRED_ATTACK   gblasr01.voc      256  256  3  0   7680
  387. definesound PRED_PAIN     predpn.voc          200 500 3  0   0
  388. definesound PRED_DYING    preddy.voc          0   400 3  0   0
  389. definesound LIZARD_BEG    chokn12.voc         0   0   3  0   0
  390.                                              
  391. // Lizard Captain                                                                       
  392. definesound CAPT_ROAM     predrm.voc          0  200  3   0   0
  393. definesound CAPT_RECOG    predrg.voc        -400  0   3   0   0
  394. definesound CAPT_ATTACK   captat.voc          0   0   3   0   -200
  395. definesound CAPT_PAIN     predpn.voc        -200  100 3   0   0
  396. definesound CAPT_DYING    preddy.voc        -200  100 3   0   0
  397. definesound LIZARD_SPIT   lizspit.voc         0   0   0   0   0
  398.  
  399. // Pig Cop
  400. definesound PIG_ROAM      roam29.voc           -200 400   3   0   0
  401. definesound PIG_ROAM2     roam67.voc           -200 400   3   0   0
  402. definesound PIG_ROAM3     pigrm.voc            -200 400   3   0   0
  403. definesound PIG_RECOG     pigrg.voc           -200 400   3   0   0
  404. definesound PIG_ATTACK    shotgun7.voc          0   0    4   0   0
  405. definesound PIG_PAIN      pigpn.voc            100 800   3   0   0
  406. definesound PIG_DYING     pigdy.voc           -800 100   3   0   0
  407. definesound PIG_CAPTURE_DUKE !pig.voc           0   0   255 0   0
  408.  
  409. // Recon car
  410. definesound RECO_ROAM     jetpaki.voc            0   0   3   0   0
  411. definesound RECO_RECOG    pigrg.voc              0   0   3   0   0
  412. definesound RECO_ATTACK   gblasr01.voc         256  256  3  0   7680
  413. definesound RECO_PAIN     pigpn.voc              0   0   3   0   0
  414. definesound RECO_DYING    pigdy.voc              0   0   3   0   0
  415.  
  416. // Snake drone
  417. definesound SNAK_ROAM     snakrm.voc             0   0   3   0   0
  418. definesound SNAK_RECOG    snakrg.voc             0   0   3   0   0
  419. definesound SNAK_ATTACK1  snakatA.voc            0   0   3   0   0
  420. definesound SNAK_ATTACK2  snakatB.voc            0   0   3   0   0
  421. definesound SNAK_PAIN     snakpn.voc             0   0   3   0   0
  422. definesound SNAK_DYING    snakdy.voc             0   0   3   0   0
  423.  
  424. // Fat Commander
  425. definesound COMM_ROAM     commrm.voc             0   0   3   0   0
  426. definesound COMM_RECOG    commrg.voc             0   0   3   0   0
  427. definesound COMM_ATTACK   commat.voc             0   0   3   0   0
  428. definesound COMM_PAIN     commpn.voc             0   0   3   0   0
  429. definesound COMM_DYING    commdy.voc             0   0   3   0   0
  430. definesound COMM_SPIN     commsp.voc             0   0   3   0   0
  431.  
  432. // Octabrain
  433. definesound OCTA_ROAM     octarm.voc          -200   0    3   0   0
  434. definesound OCTA_RECOG    octarg.voc             0   0    3   0   0
  435. definesound OCTA_ATTACK1  octaat1.voc            0   0    3   0   0
  436. definesound OCTA_ATTACK2  octaat2.voc            0   600  3   0   0
  437. definesound OCTA_PAIN     octapn.voc          -400   0    3   0   0
  438. definesound OCTA_DYING    octady.voc          -400   -100 3   0   0
  439. definesound WIERDSHOT_FLY octaat1.voc            0   0    3   0   0
  440.  
  441.  
  442. // Organic turret
  443. definesound TURR_ROAM     turrrm.voc             0   0   3   0   0
  444. definesound TURR_RECOG    turrrg.voc             0   0   3   0   0
  445. definesound TURR_ATTACK   turrat.voc             0   0   3   0   0
  446. definesound TURR_PAIN     turrpn.voc             0   0   3   0   0
  447. definesound TURR_DYING    turrdy.voc             0   0   3   0   0
  448.  
  449. // Green slimer
  450. definesound SLIM_ROAM     slimrm.voc             0   0   3   0   0
  451. definesound SLIM_RECOG    slimrg.voc             0   0   3   0   0
  452. definesound SLIM_ATTACK   slimat.voc             0   0   3   0   0
  453. definesound SLIM_PAIN     slimpn.voc             0   0   3   0   0
  454. definesound SLIM_DYING    slimdy.voc             0   0   3   0   0
  455.  
  456. // BOSS1                                                                                
  457. definesound BOS1_ROAM     bos1rm.voc             0   0   3   0   0
  458. definesound BOS1_RECOG    bos1rg.voc             0   0   5   0   0
  459. definesound BOS1_ATTACK1  chaingun.voc           0   0   3   0   0
  460. definesound BOS1_ATTACK2  rpgfire.voc            0   0   3   0   0
  461. definesound BOS1_PAIN     bos1pn.voc             0   0   3   0   0
  462. definesound BOS1_DYING    bos1dy.voc             0   0   3   0   0
  463. definesound BOS1_WALK     thud.voc               0   0   3   0   0
  464.  
  465. // BOSS2
  466. definesound BOS2_ROAM     bos2rm.voc             0   0   3   0   0
  467. definesound BOS2_RECOG    bos2rg.voc             0   0   3   0   0
  468. definesound BOS2_ATTACK   bos2at.voc             0   0   3   0   0
  469. definesound BOS2_PAIN     bos2pn.voc             0   0   3   0   0
  470. definesound BOS2_DYING    bos2dy.voc             0   0   3   0   0
  471.  
  472. // BOSS3                                                                                
  473. definesound BOS3_ROAM     bos3rm.voc             0   0   3   0   0
  474. definesound BOS3_RECOG    bos3rg.voc             0   0   3   0   0
  475. definesound BOS3_ATTACK1  bos3at.voc             0   0   3   0   0
  476. definesound BOS3_ATTACK2  bos3at.voc             0   0   3   0   0
  477. definesound BOS3_PAIN     bos3pn.voc             0   0   3   0   0
  478. definesound BOS3_DYING    bos3dy.voc             0   0   3   0   0
  479.  
  480.  
  481. // *************
  482. // WEAPON SOUNDS                                                                        
  483. // *************
  484. definesound KICK_HIT            kickhit.voc       0     0     4   0   0
  485. definesound PISTOL_RICOCHET     ricochet.voc      0     0     0   0   4096
  486. definesound PISTOL_BODYHIT      bulithit.voc      0     0     0   0   0
  487. definesound PISTOL_FIRE         pistol.voc      -64     0   254   0   0
  488. definesound EJECT_CLIP          clipout.voc       0     0     3   0   0
  489. definesound INSERT_CLIP         clipin.voc        512   512   3   0   0
  490. definesound CHAINGUN_FIRE       chaingun.voc      -32   32  254   0   512
  491. definesound SHOTGUN_FIRE        shotgun7.voc      0     0     254 0   0
  492. definesound SHOTGUN_COCK        shotgnck.voc      128   128   3   0   0
  493. definesound RPG_SHOOT           rpgfire.voc       -32   0     4   0   0
  494. definesound FLY_BY              flyby.voc         -256  256   3   0   0
  495. definesound RPG_EXPLODE         bombexpl.voc      -1024 1024  254 0   0
  496. definesound CAT_FIRE            catfire.voc       512   768   4   0   0
  497. definesound SHRINKER_FIRE       shrinker.voc      -512  0     4   0   0
  498. definesound ACTOR_SHRINKING     shrink.voc        0     0     2   0   0
  499. definesound PIPEBOMB_BOUNCE     pbombbnc.voc      0     0     2   0   5000
  500. definesound PIPEBOMB_EXPLODE    bombexpl.voc  -512      0     128 0   0
  501. definesound LASERTRIP_ONWALL    lsrbmbpt.voc      0     0     3   0   0
  502. definesound LASERTRIP_ARMING    lsrbmbwn.voc      0     0     3   0   0
  503. definesound LASERTRIP_EXPLODE   bombexpl.voc  -512      0     4   0   0
  504. definesound NITEVISION_ONOFF    goggle12.voc      0     0     0   0   0
  505. definesound SELECT_WEAPON       WPNSEL21.VOC      128   128   3   0   0
  506.  
  507. // Affect Environment Sounds                                                            
  508. definesound VENT_BUST           ventbust.voc      -32       32      2      0        0
  509. definesound GLASS_BREAKING      glass.voc         -412        0      3    0     2048
  510. definesound GLASS_HEAVYBREAK    glashevy.voc      -412  0      3      0        0
  511. definesound SHORT_CIRCUIT       shorted.voc       0 0 0 0 6500
  512. definesound ITEM_SPLASH         splash.voc        0 0 2 0 0
  513. definesound BONUSMUSIC          bonus.voc         0 0 255 1 0
  514.  
  515. // Duke's Body Sounds                                                                   
  516. definesound DUKE_BREATHING      hlminhal.voc       0   0   255 4   0
  517. definesound DUKE_EXHALING       hlmexhal.voc       0   0   255 4   0
  518. definesound DUKE_GASP           gasp.voc           0   0   255 4   0
  519. definesound DUKE_URINATE        pissing.voc        0   0   4   0   0
  520. definesound DUKE_CRACK2         COMEON02.voc       0   0   255 4   0
  521. definesound DUKE_CRACK          WAITIN03.voc       0   0   255 4   0
  522. definesound DUKE_TALKTOBOSSFALL DIESOB03.voc       0   0   255 4   0
  523. definesound DUKE_CRACK_FIRST    knuckle.voc        0   0   3   0   0
  524. definesound DUKE_GET            getitm19.voc       0   0   255 0   0
  525. definesound DUKE_GETWEAPON1     cool01.voc         0   0   255 4   0
  526. definesound DUKE_GETWEAPON2     getsom1a.voc       0   0   255 4   0
  527. definesound DUKE_GETWEAPON3     groovy02.voc       0   0   255 4   0
  528. definesound DUKE_GETWEAPON4     wansom4a.voc       0   0   255 4   0
  529. definesound DUKE_GOTHEALTHATLOW needed03.voc       0   0   255 4   0
  530.  
  531. definesound DUKE_SEARCH         pain87.voc         0   0   2   0   0
  532. definesound DUKE_SEARCH2        whrsit05.voc       0   0   255 4   0
  533. definesound DUKE_LONGTERM_PAIN  gasps07.voc     -192   0   255 4   0
  534. definesound DUKE_PISSRELIEF     ahmuch03.voc       0   0   255 4   0
  535.  
  536. // Duke Health Sounds
  537. definesound DUKE_OPENING_SODA   blank.voc          0   0   2   0   0
  538. definesound DUKE_DRINKING       drink18.voc     -128 128   2   4   0
  539. definesound DUKE_KILLED1        damn03.voc         0   0   255 4   0
  540. definesound DUKE_KILLED2        damnit04.voc       0   0   255 4   0
  541. definesound DUKE_KILLED3        thsuk13a.voc       0   0   255 4   0
  542. definesound DUKE_GRUNT          exert.voc          0   0   2   0   0
  543. // definesound DUKE_PAIN1          pain13.voc         0   0   255 4   0
  544. // definesound DUKE_PAIN2          pain28.voc         0   0   255 4   0
  545. definesound DUKE_HARTBEAT       hartbeat.voc       0   0   0   0   0
  546.  
  547. // Duke Movement Sounds                                                                 
  548. definesound DUKE_ONWATER        wetfeet.voc        0   0    4   0   0
  549. definesound DUKE_LAND           land02.voc         0   0    2   0   0
  550. definesound DUKE_LAND_HURT      pain39.voc         0   0    255 4   0
  551. definesound DUKE_WALKINDUCTS    ductwlk.voc      -64   128  2   0   0
  552. definesound DUKE_LOOKINTOMIRROR   lookin01.voc       0   0    255 4   0
  553.  
  554. definesound DUKE_TIP1           dance01.voc        0   0   255  4   0
  555. definesound DUKE_TIP2           shake2a.voc        0   0   255  4   0
  556. definesound DUKE_BOOBY          BOOBY04.voc        0   0   255  4   0
  557. definesound DUKE_HIT_STRIPPER1  damnit04.voc       0   0   255  4   0
  558. definesound DUKE_HIT_STRIPPER2  damn03.voc         0   0   255  4   0
  559. definesound BONUS_SPEECH1       letsrk03.voc       0   0   255  4   0
  560. definesound BONUS_SPEECH2       ready2a.voc        0   0   255  4   0
  561. definesound BONUS_SPEECH3       ripem08.voc        0   0   255  4   0
  562. definesound BONUS_SPEECH4       rockin02.voc       0   0   255  4   0
  563. definesound DUKE_YES            yes.voc            0   0   255  4   0
  564. definesound DUKE_USEMEDKIT      ahh04.voc          0   0   255  4   0
  565. definesound DUKE_TAKEPILLS      gulp01.voc         0   0   255  4   0
  566. definesound DUKETALKTOBOSS      duknuk14.voc       0   0   255  4   0
  567. definesound BOSSTALKTODUKE      !boss.voc          0   0   255  0   0
  568. definesound SHRINKER_HIT        thud.voc           0   0   3   0   0
  569.  
  570. // Duke Equipment Sounds
  571. definesound DUKE_UNDERWATER     scuba.voc          0   0   2   0   0
  572. definesound DUKE_JETPACK_ON     jetpakon.voc       0   0   2   0   0
  573. definesound DUKE_JETPACK_IDLE   jetpaki.voc        0   0   1   0   0
  574. definesound DUKE_JETPACK_OFF    jetpakof.voc       0   0   2   0   0
  575.  
  576. // Common Death Sounds
  577. definesound FLESH_BURNING       fire09.voc      -256   0   0   0   6100
  578. definesound THUD                thud.voc           0   0   0   0   0
  579. definesound SQUISHED            squish.voc         0   0   0   0   0
  580.  
  581. // Equipment Sounds                                                                     
  582. definesound TELEPORTER          teleport.voc       0   0   0   0   0
  583. definesound ELEVATOR_ON         gbelev01.voc       0   0   0   0   0
  584. definesound ELEVATOR_OFF        gbelev02.voc       0   0   0   0   0
  585. definesound SUBWAY              subway.voc         0   0   0   0   0
  586. definesound SWITCH_ON           switch.voc         0   0   0   0   0
  587. definesound FAN                 fan.voc            0   0   0   0   0
  588. definesound FLUSH_TOILET        flush.voc          0   0   3   2   0
  589. definesound HOVER_CRAFT         hover.voc          0   0   0   0   0
  590. definesound EARTHQUAKE          quake.voc          0   0   0   0   0
  591.                                                                                         
  592. // Warning Sounds                                                                       
  593. definesound INTRUDER_ALERT      alert.voc          0   0   0   0   0
  594. definesound END_OF_LEVEL_WARN   monitor.voc        0   0   0   0   0
  595. definesound POOLBALLHIT         poolbal1.voc       0   0   0   0   0
  596.  
  597. // Ambience Sounds
  598.  
  599. definesound ENGINE_OPERATING    onboard.voc        0   0   0   2   0
  600. definesound REACTOR_ON          reactor.voc        0   0   0   2   0
  601. definesound COMPUTER_AMBIENCE   compamb.voc        0   0   0   2   0
  602. definesound GEARS_GRINDING      geargrnd.voc       0   0   0   2   0
  603. definesound BUBBLE_AMBIENCE     bubblamb.voc    -256   0   0   2   0
  604. definesound MACHINE_AMBIENCE    machamb.voc        0   0   0   2   0
  605. definesound SEWER_AMBIENCE      drip3.voc          0   0   0   0   0
  606. definesound WIND_AMBIENCE       wind54.voc         0   0   0   3   0
  607.  
  608. definesound SOMETHING_DRIPPING  drip3.voc       0   0   0   0     10000
  609. definesound STEAM_HISSING       steamhis.voc       0   0   0   0   4096
  610. definesound BAR_MUSIC           barmusic.voc       0   0 254   3   0
  611. definesound DUKE_SCREAM         DSCREM04.voc       0   0 255   0   0
  612. definesound KILLBITCH           killme.voc      -128   0   0   0   0
  613.  
  614. // Miscellaneous Sounds
  615.  
  616. definesound START_FANFARE       blank.voc          0   0   0   0   0
  617. definesound DOOR_OPERATE1       slidoor.voc     -256   0   0   0   0
  618. definesound DOOR_OPERATE2       opendoor.voc    -256   0   0   0   0
  619. definesound DOOR_OPERATE3       edoor10.voc     -256   0   0   0   0
  620. definesound DOOR_OPERATE4       edoor11.voc     -256   0   0   0   0
  621. definesound DOOR_OPERATE5       blank.voc          0   0   0   0   0
  622. definesound LADY_SCREAM         FSCRM10.voc     -256   0 254   0   0
  623. definesound MONITOR_ACTIVE      monitor.voc        0   0   0   0   0
  624. definesound WATER_GURGLE        h2ogrgl2.voc       0   0   1   2   9000
  625. definesound EXITMENUSOUND       item15.voc         0   0   0   0   0
  626. definesound RATTY               mice3.voc          0   0   0   0   0
  627. definesound INTO_MENU           bulithit.voc    1024 1024  0   0   0
  628.  
  629. // Six misc ambience city sounds
  630.  
  631. definesound GENERIC_AMBIENCE1      grind.voc       0   0   0   1   0
  632. definesound GENERIC_AMBIENCE2      enghum.voc      0   0   0   2   0
  633. definesound GENERIC_AMBIENCE3      lava06.voc      0   0   0   2   0
  634. definesound GENERIC_AMBIENCE4      bubblamb.voc -256   0   0   2   0
  635. definesound GENERIC_AMBIENCE5      phonbusy.voc    0   0   0   0   0
  636. definesound GENERIC_AMBIENCE6      roam22.voc      0   0   0   2   0
  637. definesound GENERIC_AMBIENCE7      blank.voc       0   0   0   0   0
  638. definesound GENERIC_AMBIENCE8      amb81b.voc      0   0   0   2   0
  639. definesound GENERIC_AMBIENCE9      roam98b.voc     0   0   0   2   0
  640. definesound GENERIC_AMBIENCE10     h2orush2.voc    0   0   0   3   0
  641. definesound GENERIC_AMBIENCE11     projrun.voc     0   0   0   3   0
  642. definesound GENERIC_AMBIENCE12     blank.voc       0   0   0   0   0
  643. definesound GENERIC_AMBIENCE13     pay02.voc       0   0   255 12  0
  644. definesound GENERIC_AMBIENCE14     onlyon03.voc    0   0   255 4   0
  645. definesound GENERIC_AMBIENCE15     rides09.voc     0   0   255 4   0
  646. definesound GENERIC_AMBIENCE16     doomed16.voc    0   0   255 4   0
  647. definesound GENERIC_AMBIENCE17     myself3a.voc    0   0   255 4   0
  648. definesound GENERIC_AMBIENCE18     blank.voc       0   0   0   0   0
  649. definesound GENERIC_AMBIENCE19     blank.voc       0   0   0   0   0
  650. definesound GENERIC_AMBIENCE20     blank.voc       0   0   0   0   0
  651. definesound GENERIC_AMBIENCE21     !prison.voc     0   0   255 4   0
  652. definesound GENERIC_AMBIENCE22     vpiss2.voc      0   0   255 4   0
  653.  
  654. definesound FIRE_CRACKLE           fire09.voc       0   0   254 2   0
  655. definesound FEM1_SPEECH            blank.voc       0   0   254 0   0
  656. definesound FEM2_SPEECH            blank.voc       0   0   254 0   0
  657. definesound FEM3_SPEECH            blank.voc       0   0   254 0   0
  658.  
  659. definesound JIBBED_ACTOR1       AMESS06.voc       0   0   255 4   0
  660. definesound JIBBED_ACTOR2       BITCHN04.voc      0   0   255 12  0
  661. definesound JIBBED_ACTOR3       HOLYCW01.voc      0   0   255 4   0
  662. definesound JIBBED_ACTOR4       HOLYSH02.voc      0   0   255 12  0
  663. definesound JIBBED_ACTOR5       IMGOOD12.voc      0   0   255 4   0
  664. definesound JIBBED_ACTOR6       PIECE02.voc       0   0   255 4   0
  665. definesound JIBBED_ACTOR7       GOTHRT01.voc      0   0   255 4   0
  666.  
  667. definesound WAR_AMBIENCE1    WARAMB13.VOC -512  0   254  16  0
  668. definesound WAR_AMBIENCE2    WARAMB21.VOC -512  0   254  16  0
  669. definesound WAR_AMBIENCE3    WARAMB23.VOC -512  0   254  16  0
  670. definesound WAR_AMBIENCE4    WARAMB29.VOC -512  0   254  16  0
  671. definesound WAR_AMBIENCE5    blank.voc      0   0   0  0   0
  672. definesound WAR_AMBIENCE6    blank.voc      0   0   0  0   0
  673. definesound WAR_AMBIENCE7    blank.voc      0   0   0  0   0
  674. definesound WAR_AMBIENCE8    blank.voc      0   0   0  0   0
  675. definesound WAR_AMBIENCE9    blank.voc      0   0   0  0   0
  676. definesound WAR_AMBIENCE10   blank.voc      0   0   0  0   0
  677. definesound WAR_AMBIENCE11   blank.voc      0   0   0  0   0
  678. definesound WAR_AMBIENCE12   blank.voc      0   0   0  0   0
  679.  
  680.